Document MCP browser pool parity and missing tools#399
Conversation
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
71c2517 to
cb2ae5a
Compare
cb2ae5a to
72939a5
Compare
There was a problem hiding this comment.
Stale comment
Risk assessment: Very Low risk.
I assessed the actual diff only. The PR changes Mintlify documentation/navigation files under
docs.jsonandreference/mcp-server/**/*.mdx, adding and updating MCP tool/resource reference pages. I didn't find production code, infrastructure, auth/permission logic, schema changes, prompts used as model instructions, or shared runtime behavior changes.The PR was already approved before this run, and the current update does not increase the risk level, so I did not add a new approval or dismiss the existing one. I also found no
CODEOWNERSfile in the checkout requiring owner review.Sent by Cursor Automation: Assign PR reviewers
72939a5 to
f33306b
Compare
There was a problem hiding this comment.
Risk assessment: Very Low risk.
I assessed the actual diff only. The update changes Mintlify documentation/navigation files (docs.json and reference/mcp-server/**/*.mdx) by reorganizing MCP tool navigation and adding/updating MCP tool/resource reference pages. I found no production code, infrastructure, auth/permission logic, schema changes, package/dependency changes, or model instruction/prompt files used at runtime.
No CODEOWNERS file is present in the checkout. The PR is already approved, and this update does not increase the risk level, so I did not add another approval or dismiss the existing one.
Sent by Cursor Automation: Assign PR reviewers


What
browser_curl,manage_projects,manage_api_keys,manage_auth_connections,manage_credentials, andmanage_credential_providers.update, browser pool parity fields, partial pool updates,discard_all_idle, structurednext_actions, compact list responses, structured SSH forwarding guidance, clipboard actions, templated resources, and stricter pagination constraints.Why
MCP docs PR 394 split the old single MCP page into a better per-page navigation structure. The runtime MCP surface has continued moving since then, so the docs needed to be brought forward to the tool schemas and agent flow in kernel-mcp-server PR 112.
How
kernel-mcp-serverbranch for PR 112 as the source of truth for tool actions, parameters, and response behavior.Verification
python3 -m json.tool docs.json >/dev/nulldocs.jsonnavigation page resolves to a file.git diff --checkgit diff --cached --checkPATH=/Users/ilyaas/.cache/codex-runtimes/codex-primary-runtime/dependencies/node/bin:$PATH npx -y mintlify devhttp://localhost:3002; all returned200.